home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Source / GNU / cctools / as / messages.h < prev    next >
C/C++ Source or Header  |  1994-06-03  |  389b  |  18 lines

  1. extern int bad_error;
  2. extern int arch_multiple;
  3.  
  4. extern void check_for_ProjectBuilder(
  5.     void);
  6.  
  7. extern void as_warn(
  8.     const char *format,
  9.      ...) __attribute__ ((format (printf, 1, 2)));
  10.  
  11. extern void as_bad(
  12.     const char *format,
  13.      ...) __attribute__ ((format (printf, 1, 2)));
  14.  
  15. extern void as_fatal(
  16.     const char *format,
  17.      ...) __attribute__ ((format (printf, 1, 2)));
  18.